g_object_class_install_properties (object_class, NUM_PROPERTIES, properties);
+ /**
+ * GtkPopover::closed:
+ * @self: the #GtkPopover which received the signal
+ *
+ * The ::closed signal is emitted when the popover is closed.
+ */
signals[CLOSED] =
g_signal_new (I_("closed"),
G_TYPE_FROM_CLASS (object_class),
G_TYPE_NONE,
0);
+ /**
+ * GtkPopover::activate-default:
+ * @self: the #GtkPopover which received the signal
+ *
+ * The ::activate-default signal is a
+ * [keybinding signal][GtkBindingSignal]
+ * which gets emitted when the user activates the default widget
+ * of @self.
+ */
signals[ACTIVATE_DEFAULT] =
g_signal_new (I_("activate-default"),
G_TYPE_FROM_CLASS (object_class),